Photo Layer Schema
PHOTOLAYER Element
See Also  Send comments on this topic.
Photo Layer Schema : PHOTOLAYER Element

Glossary Item Box

Description

The parent element for a photo layer file (*.aph).

Diagram

TEXT Element SYMBOL Element METADATA Element FILEFILTER Element Sequence PHOTOLAYER Element

Overview

PHOTOLAYER
The parent element for a photo layer file (*.aph).
title optional xs:string
The layer name for the photo layer.
Sequence
FILEFILTER 1..∞
Used to specify a filter for photo files included in the photo layer.
METADATA
The parent element for layer meta data.
SYMBOL
Parent tag for symbology in photo layer file (*.aph).
TEXT
Parent tag for text symbols in a graphic layer file (*.apg) or photo layer file (*.aph).

Attributes

NameTypeUseDefaultFixedDescription
titlexs:stringoptional  The layer name for the photo layer.

Examples

Source

<xs:element name="PHOTOLAYER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for a photo layer file (*.aph).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="aph:FILEFILTER" />
      <xs:element ref="aph:METADATA" />
      <xs:element ref="aph:SYMBOL" />
      <xs:element ref="aph:TEXT" />
    </xs:sequence>
    <xs:attribute name="title" type="xs:string">
      <xs:annotation>
        <xs:documentation>The layer name for the photo layer.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.